home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / kostky 2004 / kostky_2004.exe / #setuppath# / kostky.exe / 0 / RCDATA / TEMAIL / TEMAIL.txt < prev   
Encoding:
Text File  |  2005-04-13  |  1.7 KB  |  88 lines

  1. object email: Temail
  2.   Left = 287
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'HIGHSCORE on-line'
  7.   ClientHeight = 117
  8.   ClientWidth = 356
  9.   Color = clGreen
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 356
  24.     Height = 117
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 14
  29.     Top = 9
  30.     Width = 85
  31.     Height = 18
  32.     Alignment = taRightJustify
  33.     Caption = 'Your e-mail:'
  34.     Font.Charset = EASTEUROPE_CHARSET
  35.     Font.Color = clYellow
  36.     Font.Height = -13
  37.     Font.Name = 'Arial Black'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object EEmail: TEdit
  43.     Left = 54
  44.     Top = 36
  45.     Width = 249
  46.     Height = 21
  47.     Color = 16384
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clYellow
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 0
  55.     Text = 'EEmail'
  56.   end
  57.   object BSend: TButton
  58.     Left = 140
  59.     Top = 79
  60.     Width = 75
  61.     Height = 20
  62.     Caption = 'Poslat'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Arial Black'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 1
  70.     OnClick = BSendClick
  71.   end
  72.   object epomoc: TEdit
  73.     Left = 10
  74.     Top = 74
  75.     Width = 100
  76.     Height = 21
  77.     TabStop = False
  78.     CharCase = ecLowerCase
  79.     TabOrder = 2
  80.     Text = 'epomoc'
  81.   end
  82.   object HashManager: THashManager
  83.     Left = 324
  84.     Top = 6
  85.     Hash = 'THash_MD5'
  86.   end
  87. end
  88.